Motion.GetAxisDigitalOutput method
Gets the value of a digital output indicated by the index. It provides the value of the output (bool).
Namespace: IntervalZero.KINGSTAR.OpcUa.Api
Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0
Syntax
public KsReturn<bool> GetAxisDigitalOutput(
int Index,
int OutputNumber
)
Public Function GetAxisDigitalOutput(
Index As Integer,
OutputNumber As Integer
) As KsReturn(Of Boolean)
Parameters
Index [in]
Type: int
The index of an output signal source (axis). Indexes are zero based. Aliases affect this parameter.
OutputNumber [in]
Type: int
Selects an output. The range is 0-31.
Return value
Returns a KsError code and a bool value.
Examples
N/A
See also